# Lighter soft horizontal blur (Triangle 1.4px)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   0,   64,   64,    0
   0,   44,   84,    0
   0,   24,  104,    0
   0,    4,  124,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  124,    4
   0,    0,  104,   24
   0,    0,   84,   44